home *** CD-ROM | disk | FTP | other *** search
- ;;;
- ;;; PSI
- ;;;
-
- [Version]
- Signature = "$Windows NT$"
- Class = "ActivityMonitor" ;This is determined by the work this filter driver does
- ClassGuid = {b86dff51-a31e-4bac-b3cf-e8cfe75c9fc2} ;This value is determined by the Class
- Provider = %Company%
- DriverVer = 04/10/2007,1.0.0.0
-
- [DestinationDirs]
- DefaultDestDir = 12
- PSI.DriverFiles = 12 ;%windir%\system32\drivers
-
- ;;
- ;; Default install sections
- ;;
-
- [DefaultInstall]
- OptionDesc = %ServiceDescription%
- CopyFiles = PSI.DriverFiles
-
- [DefaultInstall.Services]
- AddService = %ServiceName%,,PSI.Service
-
- ;;
- ;; Default uninstall sections
- ;;
-
- [DefaultUninstall]
- DelFiles = PSI.DriverFiles
-
- [DefaultUninstall.Services]
- DelService = %ServiceName%,0x200 ;Ensure service is stopped before deleting
-
- ;;
- ;; Services Section
- ;;
-
- [PSI.Service]
- DisplayName = %ServiceName%
- Description = %ServiceDescription%
- ServiceBinary = %12%\%DriverName%.sys ;%system32%\drivers\
- Dependencies = FltMgr
- ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- LoadOrderGroup = "FSFilter Activity Monitor"
- AddReg = PSI.AddRegistry
-
- ;;
- ;; Registry Modifications
- ;;
-
- [PSI.AddRegistry]
- HKR,"Instances","DefaultInstance",0x00000000,%DefaultInstance%
- HKR,"Instances\"%Instance1.Name%,"Altitude",0x00000000,%Instance1.Altitude%
- HKR,"Instances\"%Instance1.Name%,"Flags",0x00010001,%Instance1.Flags%
- HKR,"Instances\"%Instance2.Name%,"Altitude",0x00000000,%Instance2.Altitude%
- HKR,"Instances\"%Instance2.Name%,"Flags",0x00010001,%Instance2.Flags%
- HKR,"Instances\"%Instance3.Name%,"Altitude",0x00000000,%Instance3.Altitude%
- HKR,"Instances\"%Instance3.Name%,"Flags",0x00010001,%Instance3.Flags%
-
- ;;
- ;; Copy Files
- ;;
-
- [PSI.DriverFiles]
- %DriverName%.sys
-
- ;;
- ;; String Section
- ;;
-
- [Strings]
- Company = "Secunia"
- ServiceDescription = "PSI mini-filter driver"
- ServiceName = "PSI"
- DriverName = "psi_mf"
-
- ;Instances specific information.
- DefaultInstance = "PSI - Top Instance"
- Instance1.Name = "PSI - Middle Instance"
- Instance1.Altitude = "370000"
- Instance1.Flags = 0x1 ; Suppress automatic attachments
- Instance2.Name = "PSI - Bottom Instance"
- Instance2.Altitude = "361000"
- Instance2.Flags = 0x1 ; Suppress automatic attachments
- Instance3.Name = "PSI - Top Instance"
- Instance3.Altitude = "385000"
- Instance3.Flags = 0x1 ; Suppress automatic attachments
-
-